| Einhugur Word Plugin for Xojo |
|
Table.BackgroundColor Property
Sets or gets background color for the table.
BackgroundColor as Color {Read and Write}
Remarks
Setting the color will set default background color for newly born cells as well as applying the color to all already born cells.
Black is returned when table has no color but you can use the HasBackgroundColor property to check if there was actually color on the table.
See Also
Table Class